﻿2026-07-22T18:42:00.3563462Z ##[group]Run actions/checkout@v5
2026-07-22T18:42:00.3564148Z with:
2026-07-22T18:42:00.3564595Z   fetch-depth: 0
2026-07-22T18:42:00.3565104Z   repository: BigscreenVR/spt-bs-core
2026-07-22T18:42:00.3569996Z   token: ***
2026-07-22T18:42:00.3570476Z   ssh-strict: true
2026-07-22T18:42:00.3570996Z   ssh-user: git
2026-07-22T18:42:00.3571495Z   persist-credentials: true
2026-07-22T18:42:00.3572018Z   clean: true
2026-07-22T18:42:00.3572493Z   sparse-checkout-cone-mode: true
2026-07-22T18:42:00.3573057Z   fetch-tags: false
2026-07-22T18:42:00.3573622Z   show-progress: true
2026-07-22T18:42:00.3574141Z   lfs: false
2026-07-22T18:42:00.3574620Z   submodules: false
2026-07-22T18:42:00.3575102Z   set-safe-directory: true
2026-07-22T18:42:00.3575653Z   allow-unsafe-pr-checkout: false
2026-07-22T18:42:00.3576200Z ##[endgroup]
2026-07-22T18:42:01.2352528Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T18:42:01.2353469Z ##[group]Getting Git version info
2026-07-22T18:42:01.2353756Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T18:42:01.2639840Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T18:42:01.2870938Z git version 2.43.0.windows.1
2026-07-22T18:42:01.2894538Z ##[endgroup]
2026-07-22T18:42:01.2902469Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\02a77eea-56c1-40be-8a64-e75fa92fd77d\.gitconfig'
2026-07-22T18:42:01.2915652Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\02a77eea-56c1-40be-8a64-e75fa92fd77d' before making global git config changes
2026-07-22T18:42:01.2916194Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T18:42:01.2921873Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T18:42:01.3208353Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T18:42:01.3445391Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T18:42:01.3472036Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T18:42:01.3476384Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T18:42:01.3704414Z HEAD
2026-07-22T18:42:01.6276929Z ##[endgroup]
2026-07-22T18:42:01.6281589Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T18:42:02.6021532Z ##[group]Cleaning the repository
2026-07-22T18:42:02.6026484Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T18:42:15.3044478Z Removing .adapter-notify/
2026-07-22T18:42:15.3044791Z Removing target/
2026-07-22T18:42:15.3079220Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T18:42:15.4169391Z HEAD is now at fdf0ac72 Merge a2c1dbb201da548917103ac1d595c388cf8347d5 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T18:42:15.4196395Z ##[endgroup]
2026-07-22T18:42:15.4201781Z ##[group]Disabling automatic garbage collection
2026-07-22T18:42:15.4207405Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T18:42:15.5242231Z ##[endgroup]
2026-07-22T18:42:15.5242703Z ##[group]Setting up auth
2026-07-22T18:42:15.5250374Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T18:42:15.5500213Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T18:42:16.7485064Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T18:42:16.7740217Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T18:42:17.8039795Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T18:42:17.9331932Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T18:42:19.0369104Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T18:42:19.0715931Z ##[endgroup]
2026-07-22T18:42:19.0716264Z ##[group]Fetching the repository
2026-07-22T18:42:19.0724259Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-22T18:42:22.4147337Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T18:42:22.4147710Z    f8dfd2e6..7c0f12d6  main       -> origin/main
2026-07-22T18:42:22.4293962Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-07-22T18:42:22.4623748Z   origin/main
2026-07-22T18:42:22.4645736Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-07-22T18:42:22.4873303Z 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
2026-07-22T18:42:22.4890312Z ##[endgroup]
2026-07-22T18:42:22.4890549Z ##[group]Determining the checkout info
2026-07-22T18:42:22.4891795Z ##[endgroup]
2026-07-22T18:42:22.4895910Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T18:42:22.6237617Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T18:42:22.6474459Z ##[group]Checking out the ref
2026-07-22T18:42:22.6479103Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T18:42:22.7207962Z branch 'main' set up to track 'origin/main'.
2026-07-22T18:42:22.7208220Z Your branch is up to date with 'origin/main'.
2026-07-22T18:42:22.7208576Z Previous HEAD position was fdf0ac72 Merge a2c1dbb201da548917103ac1d595c388cf8347d5 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T18:42:22.7208985Z Switched to and reset branch 'main'
2026-07-22T18:42:22.7228760Z ##[endgroup]
2026-07-22T18:42:22.7501560Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T18:42:22.7724880Z 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
